(cus-test-libs): Use equal instead of =.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 15 Oct 2002 05:15:25 +0000 (05:15 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 15 Oct 2002 05:15:25 +0000 (05:15 +0000)
admin/cus-test.el

index f6062c9f7f0737813622a2a7cf848d9ddd14dae8..8885b09787354facd9505e800d52990f9651d556 100644 (file)
 ;; (ada-xref error 255)
 ;; (ada-stmt error 255)
 
+\f
 ;;; Code:
 
 ;;; Workarounds.  For a smooth run and to avoid some side effects.
@@ -458,7 +459,7 @@ in the emacs source directory."
             (setq cmd (concat "src/emacs -batch -l " fn))
             (setq status (call-process shell-file-name nil nil nil
                                        shell-command-switch cmd))
-            (if (= status 0)
+            (if (equal status 0)
                 (message "%s" file)
               (error "%s" status))
             (push file cus-test-libs-loaded))